projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed2f8ee
)
Seal priv pointer in GtkPrintOperation.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:21 +0000
(11:05 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:21 +0000
(11:05 +0000)
svn path=/trunk/; revision=20572
gtk/gtkprintoperation.h
patch
|
blob
|
history
diff --git
a/gtk/gtkprintoperation.h
b/gtk/gtkprintoperation.h
index 0d2a0c985618b8128b89ce8583768995882ab11b..00f8de6bffc985533fda56596e678fe24701fded 100644
(file)
--- a/
gtk/gtkprintoperation.h
+++ b/
gtk/gtkprintoperation.h
@@
-79,7
+79,7
@@
struct _GtkPrintOperation
{
GObject parent_instance;
- GtkPrintOperationPrivate *
priv
;
+ GtkPrintOperationPrivate *
GSEAL (priv)
;
};
struct _GtkPrintOperationClass